🎖️GitЯра🎖️
Commit 6f5fa49b949d66f3ba161d29d459defdcc409b54
Parents : ae5f021
Author : renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signature : Signature validation error
Date : 2026-04-10T11:07:46-05:00
Committer : GitHub <noreply@github.com>
Date : 2026-04-10T11:07:46-05:00
chore(deps): update actions/cache action to v5 (#5046)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Changes
Diff
diff --git a/.github/actions/gradle-setup/action.yml b/.github/actions/gradle-setup/action.yml
index 89dda74115..3753210b8e 100644
--- a/.github/actions/gradle-setup/action.yml
+++ b/.github/actions/gradle-setup/action.yml
@@ -31,7 +31,7 @@ runs:
# Cache them to avoid flaky SocketException failures on CI runners.
# Update the key when bumping robolectric version in libs.versions.toml or sdk in robolectric.properties.
- name: Cache Robolectric SDK jars
- uses: actions/cache@v4
+ uses: actions/cache@v5
with:
path: ~/.m2/repository/org/robolectric
key: robolectric-4.16.1-sdk34
Served by rngit 1.5.0 - Generated in 0.04s